projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d0c67
)
Add CVE number to ChangeLog
author
Glenn Morris
<rgm@gnu.org>
Tue, 14 Aug 2012 19:07:53 +0000
(15:07 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 14 Aug 2012 19:07:53 +0000
(15:07 -0400)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 84df02b8ec5bde09f7e5b948efa5010bfafbbe35..0e07c29767faa690f485cd32cdc215dc2680738d 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-17,6
+17,7
@@
* files.el (hack-local-variables-filter): If an eval: form is not
known to be safe, and enable-local-variables is :safe, then ignore
the form totally, as is done for non-eval forms. (Bug#12155)
+ This is CVE-2012-3479.
2012-08-07 Chong Yidong <cyd@gnu.org>